DX11 CALCULATE SMOOTH OBJECT NORMALS
Calculates vertex normals for all meshes that make up the geometry of the specified object through interpolation between the face
normals of the mesh. This will give a smooth set of normals that may or may not suit your needs - for anything more advanced you
will probably want to provide your own normals either by setting them manually through the vertex data functions or by having them
exist in the vertex layout of any object file you import.
Note that if the associated vertex layout of the specified object does not have a NORMAL semantic, this function will do nothing.
DX11 CALCULATE SMOOTH OBJECT NORMALS object
object
Dword
The object to calculate vertex normals (through interpolation of the face normals) of.
This function does not return a value.
OBJECT Functions Menu
DX11 Function Categories